From 965d0e1a5ed2a9f042fac36c55136cc566fdcab9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Wed, 24 Aug 2005 15:01:25 +0000 Subject: [PATCH] Added syntax highlighting classes --- ChangeLog | 4 ++++ docs/babl.css | 12 ++++++++++++ 2 files changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2a94fb2..e6e92d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-08-24 Øyvind Kolås + + * docs/babl.css: Added code highlighting classes. + 2005-08-24 Øyvind Kolås * NEWS: remove draft for news release, at initial release everything diff --git a/docs/babl.css b/docs/babl.css index 0276b78..6caa3f1 100644 --- a/docs/babl.css +++ b/docs/babl.css @@ -101,6 +101,18 @@ overflow: hidden; border-top: 1px solid #ccc; } + span.string { + color: #060; + } + span.function { + color: #006; + } + span.paren { + color: #555; + } + span.NULL { + color: #555; + } pre.authors { font-size: 100%; font-family: FreeSans, Verdana, sans-serif; -- 2.30.2